.wm-module.ui.module-filter.wm-filters > .ui.header {
background: #ef872c;
padding: 10px;
}
.wm-module.ui.module-filter.wm-filters > .ui.header a, .wm-module.ui.module-filter.wm-filters > .ui.header a:hover {
color: #fff;
}
.filter-items {
list-style: none;
text-align: left;
}
/* The container */
.item-filter .radio-container {
display: block;
position: relative;
padding-left: 20px;
margin: 5px 0;
cursor: pointer;
font-size: 11px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default radio button */
.item-filter .radio-container input {
position: absolute;
opacity: 0;
cursor: pointer;
}

/* Create a custom radio button */
.item-filter .checkmark {
position: absolute;
top: calc(50% - 7.5px);
left: 0;
height: 15px;
width: 15px;
background-color: #eee;
border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.item-filter .radio-container:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.item-filter .radio-container input:checked ~ .checkmark {
background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.item-filter .checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the indicator (dot/circle) when checked */
.item-filter .radio-container input:checked ~ .checkmark:after {
display: block;
}

/* Style the indicator (dot/circle) */
.item-filter .radio-container .checkmark:after {
top: 4px;
left: 4px;
width: 7px;
height: 7px;
border-radius: 50%;
background: white;
}
/*
     FILE ARCHIVED ON 10:18:39 Jan 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:08:31 Oct 01, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.474
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.007
  esindex: 0.011
  cdx.remote: 15.358
  LoadShardBlock: 167.222 (3)
  PetaboxLoader3.datanode: 103.076 (4)
  PetaboxLoader3.resolve: 898.436 (2)
  load_resource: 859.158
*/